home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Exemplos Macros / Advanced Excel Find / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-01-14  |  1.7 KB  |  37 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Advanced Excel Find
  4. AppVerName=Advaned Excel Find 1.6
  5. AppId=Advanced Excel Find
  6. AppVersion=1.6
  7. AppPublisher=Afalina Co., Ltd.
  8. AppPublisherURL=http://www.office-addins.com
  9. AppUpdatesURL=http://www.office-addins.com/excel-add-ins/Advanced-Excel-Find.html
  10. DefaultDirName={pf}\AfalinaSoft\AddIns\AdvancedExcelFind
  11. UninstallDisplayIcon={app}\UnInst.ico
  12. OutputBaseFilename=advanced-excel-find-16
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\xluFind.dll"; DestDir: "{app}"; Flags: regserver 
  23. Source: "{app}\xluFind.chm"; DestDir: "{app}"; 
  24. Source: "{app}\activationinfo.html"; DestDir: "{app}"; 
  25. Source: "{app}\UnInst.ico"; DestDir: "{app}"; 
  26. Source: "{app}\English.lng"; DestDir: "{app}"; 
  27. Source: "{app}\Hebrew.lng"; DestDir: "{app}"; 
  28. Source: "{app}\license.txt"; DestDir: "{app}"; 
  29. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  30. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; 
  31. [Registry]
  32. Root: HKCU; Subkey: "Software\Microsoft\Office\Excel\AddIns\xluFind.xlFind"; ValueName: "LanguageFileName"; ValueType: String; ValueData: "English.lng"; Tasks: lngEN; 
  33. Root: HKCU; Subkey: "Software\Microsoft\Office\Excel\AddIns\xluFind.xlFind"; ValueName: "LanguageFileName"; ValueType: String; ValueData: "Hebrew.lng"; Tasks: lngHE; 
  34. [Tasks]
  35. Name: "lngEN"; Description: "&English"; GroupDescription: "Select language:"; 
  36. Name: "lngHE"; Description: "&Hebrew"; GroupDescription: "Select language:"; 
  37.